It is the same page you removed the menus from - customer/home.tpl. Look for this tag:
Just after that, there is a table cell that looks like this:
Code:
<td width=150 valign=top>
replace it with this:
Code:
{*<td width=150 valign=top>
then scroll down and find the closing </td> tag for that cell and replace it with this:
That should do the trick!