In this link from Microsoft it says:
For ACPI, if the system contains multiple tables with the same name, they are all enumerated with EnumSystemFirmwareTables. However, GetSystemFirmwareTable retrieves only the first table in the list with this name.
So you may need to look into EnumSystemFirmwareTables() to get all the data.