there was a problem with a customers account page. when the cahnge account link is clicked this error happens:
1054 Unknown column 'customers_cell' in 'field list'
in:
[INSERT INTO zen_customers (customers_firstname, customers_lastname, customers_email_address, customers_nick, customers_telephone, customers_cell, customers_newsletter, customers_email_format, customers_default_address_id, customers_password, customers_authorization, customers_dob) VALUES ('Alessa', 'Hill', '[email protected]', '', '8137200046', '', '1', 'HTML', '0', '062cc942e8e6527a7433f0457f031882:42', '0', '19730222')]

so I removd that link but there is a prob on the admin side that I cannot delete customers this is the similiar error:
1054 Unknown column 'c.customers_cell' in 'field list'
in:
[select c.customers_id, c.customers_gender, c.customers_firstname, c.customers_lastname, c.customers_dob, c.customers_email_address, a.entry_company, a.entry_street_address, a.entry_suburb, a.entry_postcode, a.entry_city, a.entry_state, a.entry_zone_id, a.entry_country_id, c.customers_telephone, c.customers_cell, c.customers_newsletter, c.customers_default_address_id, c.customers_email_format, c.customers_group_pricing, c.customers_authorization, c.customers_referral from zen_customers c left join zen_address_book a on c.customers_default_address_id = a.address_book_id where a.customers_id = c.customers_id and c.customers_id = '5']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

HELP!