Simply add align="left" attribute in both the tables like below and also add <br/> below the first table to avoid the second table coming to the right of the first table.
<table align="left">
other html code here
</table><br/>
<table align="left">
other html code here
</table>