So you'll need a SubcontractID table with the following structure:
SubcontractID, ContractID, StartDate, EndDate
Then you'll need a payments table that will be linked to your subcontract as follows:
PaymentID, SubContractID, PaymentMonth, PaymentAmount
Am I making sense?