The number of orders shown in the sidebow is controled in
[Admin->Configuration->Maximum values]
with
Customer Order History List Per Page: 10
Number of orders to display in the order history list in 'My Account'

The display of the sidebow is inside a conditional
Code:
if ($_SESSION['customer_id']) { ... }
so the customer must be registred.