Missing Controller

Error: CustomerController could not be found.

Error: Create the class CustomerController below in file: app\controllers\customer_controller.php

<?php
class CustomerController extends AppController {

	var $name = 'Customer';
}
?>

Notice: If you want to customize this error message, create app\views\errors\missing_controller.ctp