English Need Help

Error on install

Hi, I'm trying to install yacs and getting the error message below when yacs attempts to populate tables.

configuration script runs and gives the following so I know things are configured correctly:

// This file has been created by the configuration script control/configure.php
// on May 1, 2004, 10:22 pm GMT, for admin. Please do not modify it manually.
global $context;
$context['database_server']='...';
$context['database_user']='...';
$context['database_password']='...';
$context['database']='riclanders'; ...


The above is correct. I double checked everything. My database is named riclanders, so why am I getting the following error message when YAcs tries to populate tables:

Populate the database
Users

Error: 1146: Table 'riclanders.yacs_users' doesn't exist

Sections
INSERT INTO `riclanders`.`yacs_sections` SET title='My Section'....