Here is an ER diagram for the scenario:
Staff Works for
(StaffID, Name) (StaffID, ProjectID)
Project Delivers
(ProjectID, Description) (ProjectID, CustomerID, ProductID)
Customer Buys
(CustomerID, Name, Address) (CustomerID, ProductID, Date)
Product
(ProductID, Name, Price)
This models the entities and relationships described in the scenario.