for security assist, you use the staff table, the table that contains the username and passwords that will be used to login.
when you create the data assist pages, you will use the Customers table, this is the table you want to display data from.
you are using data assist to display the data from the Customers table, and using security assist to create a login system based on the username and password stored in the staff table.