Cakephp and table error

create a cakephp application with existing tables but I have the error

Error: Database table CUSTOMERS 
for model Customer was not found.

Warning (2): mysql_query() [function.mysql-query]: 
Unable to save result set 
[CORE\\cake\\libs\\model\\datasources\\dbo\\dbo_mysql.php,
 line 411]

I suppose that the php has no rights at mysql tables what is wrong?
At my local xampp/windows vista, I have the same code and mysql and all is ok.

I change the db connections calling the other db and there is that error.

I solved it.
There where the need od ‘Customer_Info’ and not ‘Customrer_info’ at database.php