Yes, the base class constructor will be called automatically. You do not need to add an explicit call to base() when there is a constructor with no arguments.
You can easily test this by printing out the age of the customer after construction (link to ideone with a demo).